home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16941 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: tech.cftnet.com!usenet
  2. From: Marc Donovan <ams@cftnet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++5.0 Program doesn't compile (see text)
  5. Date: Thu, 11 Apr 1996 22:57:08 GMT
  6. Organization: CFTnet
  7. Message-ID: <4kk2il$mv8@tech.cftnet.com>
  8. References: <31643314.794BDF32@nac.telco.com> <31659E8D.1AE5@rpa.net> <3165DEFC.1076@tdl.com>
  9. NNTP-Posting-Host: ppp248_4.cftnet.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Martin Moore <moore@tdl.com> wrote:
  13.  
  14. >Fred Mellender wrote:
  15. >> 
  16. >> Hi,
  17. >> 
  18. >> I was able to get the pgm below to compile.  The only msg was to the
  19. >> effect that a pre-compiled header could not be created for vector.h,
  20. >> because it has (executable) code in it; this msg can be safely ignored.
  21. >> For what it is worth, I am successfully using a vector type in some code
  22. >> I am working on.
  23.  
  24. >Hmm. My attempt to compile this snippet causes a message from the 
  25. >compiler (in the compiler output screen) "Access Violation: Attempting 
  26. >to access 0x2123233...". Then, when I try to recompile (if I don't end 
  27. >and restart the IDE), it loops generating thousands of error messages on 
  28. >the same file!
  29.  
  30. I had the same problem.  After 2 days work, I figured out that you
  31. need to create a new project file with the new IDE.  Don't know why
  32. this works, but it has something to do with the old 4.5x  .IDE file.  
  33.  
  34.  
  35.  
  36.  
  37.